从Web.xml文件中我们看到了Struts的配置,即实例化一个ActionServlet类,并且这个Servlet会自动地加载(load on Startup),而且这个Action Servle会到struts-config.xml文件里找应用程序的配置,即有哪些ActionForm的类,分别实例化成什么名字的Bean,...
基于12个网页-相关网页
The Load On Startup property is a standard web.xml deployment descriptor field.
Load On Startup 属性是标准的 web.xml 部署描述符字段。
In Listing 4, SportsInit is specified to load on startup and eventually calls the init method.
在清单4中,指定在启动时加载SportsInit,最后调用init方法。
Load the servlet on startup by providing the required information in the web.xml file (Listing 4).
在启动过程中通过在web . xml文件(清单4)中提供所需信息加载servlet。
应用推荐